home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_1143 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  174b  |  9 lines

  1. on(press){
  2.    set("/Variables:Deplace",-1 * eval("/Variables:LargeurObjet"));
  3.    tellTarget("ControlFleche")
  4.    {
  5.       gotoAndStop("Deplace2");
  6.       play();
  7.    }
  8. }
  9.